Skip to main content

2.12.4. Response

FieldDescriptionType
statussuccess | error
codeError codeInteger
documentIDID of the document in the smartone Cashbox systemInteger
fiscalIDFiscal code of the docString

Error codes​

FieldDescription
0No error
2Invalid JSON format
5Internal error
6Shift not open

Response example​

{
    "cash": 109100,
    "cashIn": 101300,
    "cashOut": 0,
    "documentID": 43,
    "fiscalID": "22",
    "shiftOrdersCnt": 0,
    "status": "success"
}